home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / glass / glass.lha / GLASS / make.lintlib < prev    next >
Text File  |  1990-10-03  |  284b  |  8 lines

  1. ### lintlib ###
  2. # LINTLIBSRCS    - list of source files for this lint lib
  3. # LINTFLAGS    - additional lint flags
  4. # LINTLIB    - base name of lint library to create
  5. LINTLIBNAME = llib-l$(LINTLIB).ln
  6. $(LINTLIBNAME): $(LINTLIBSRCS)
  7.     lint -o $(LINTLIB) $(SYSLINTFLAGS) $(LINTFLAGS) $(LINTLIBSRCS)
  8.